XML Einrichten Version 1.2
Price Complex Type
XML Einrichten Version 1.2 : Price Complex Type
Beschreibung
Preisangabe
Namensraum (none)
Typ
Extension of CurrencyValue Complex Type
Diagramm
PriceQuantity Element Currency Element Value Element Sequence Price Complex Type
Overview
Price Extension of CurrencyValue Complex Type
Preisangabe
Sequence
Quelle
<xs:complexType name="Price" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Preisangabe </xs:documentation>
    <xs:documentation xml:lang="en">Price information</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CurrencyValue">
      <xs:sequence>
        <xs:element name="PriceQuantity" type="Quantity" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation xml:lang="de">Preisberechnungsmenge</xs:documentation>
            <xs:documentation xml:lang="en">Quantity related to the price information</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Siehe auch
XML Einrichten Version 1.2